Html Css Color HEX #368DCB Curious Blue

📋 copy color: '#368DCB'

red 54 ◦ green 141 ◦ blue 203

#368DCB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Curious Blue #368DCB

Tints of Curious Blue #368DCB

RGB

 RED value IS 54 (21.48% from 255) = 13.57%

 GREEN value IS 141 (55.47% from 255) = 35.43%

 BLUE value IS 203 (79.69% from 255) = 51.01%

R = 13.57%
G = 35.43%
B = 51.01%

CMYK

 C value IS 0.73

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#368DCB (or 0x368DCB) is known color: Curious Blue. HEX triplet: 36, 8D and CB. RGB value is (54,141,203). Sum of RGB (Red+Green+Blue) = 54+141+203=398 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.57% from 398); Green value is 141 (55.47% from 255 or 35.43% from 398); Blue value is 203 (79.69% from 255 or 51.01% from 398); Max value from RGB is 203 - color contains mainly: blue. Hex color #368DCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #368DCB is #C97234. Grayscale: #797979. Windows color (decimal): -13201973 or 13339958. OLE color: 13339958.

HSL color Cylindrical-coordinate representation of color #368DCB: hue angle of 204.97º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #368DCB is Cyan = 0.73, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 54 141 203 -
CMYK 0.73 0.31 0 0.20
HSL 204.97º 0.59% 0.5% -
HSV(B) 204.97º 0.73% 0.8% -
XYZ 21.83 24.15 60.01 -
YUV 122.06 173.68 79.46 -
System Red Green Blue C M Y K H S L
Decimal 54 141 203 0.73 0.31 0 0.20 204.97 0.59 0.5
Hex 36 8D CB 49 1F 0 14 CD 3B 32
Octal 66 215 313 111 37 0 24 315 73 62
Binary 110110 10001101 11001011 1001001 11111 0 10100 11001101 111011 110010

Color Harmonies of #368DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368DCB

Black with #368DCB

Text Example


Text Example

White with #368DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368DCB; }

 p { color: rgb(54,141,203); }

 H1.HeaderClassName
 {
   color: #368DCB;
 }
 .AnyTagClassName
 {
   color: #368DCB;
 }
</style>

background-color css

<style>
 a { background-color: #368DCB; }

 a { background-color: rgb(54,141,203); }

 div.DivClassName
 {
   background-color: #368DCB;
 }
 .BgClassName
 {
   background-color: #368DCB;
 }
</style>

border-color css

<style>
 span { border-color: #368DCB; }

 span { border-color: rgb(54,141,203); }

 td.TdClassName
 {
   border-color: #368DCB;
 }
 .TagClassName
 {
   border-color: #368DCB;
 }
</style>