Html Css Color HEX #368EC8 Curious Blue

📋 copy color: '#368EC8'

red 54 ◦ green 142 ◦ blue 200

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

Shades of Curious Blue #368EC8

Tints of Curious Blue #368EC8

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.86%

 BLUE value IS 200 (78.52% from 255) = 50.51%

R = 13.64%
G = 35.86%
B = 50.51%

CMYK

 C value IS 0.73

 M value IS 0.29

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#368EC8 (or 0x368EC8) is known color: Curious Blue. HEX triplet: 36, 8E and C8. RGB value is (54,142,200). Sum of RGB (Red+Green+Blue) = 54+142+200=396 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.64% from 396); Green value is 142 (55.86% from 255 or 35.86% from 396); Blue value is 200 (78.52% from 255 or 50.51% from 396); Max value from RGB is 200 - color contains mainly: blue. Hex color #368EC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #368EC8 is #C97137. Grayscale: #797979. Windows color (decimal): -13201720 or 13143606. OLE color: 13143606.

HSL color Cylindrical-coordinate representation of color #368EC8: hue angle of 203.84º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #368EC8 is Cyan = 0.73, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 54 142 200 -
CMYK 0.73 0.29 0 0.22
HSL 203.84º 0.57% 0.5% -
HSV(B) 203.84º 0.73% 0.78% -
XYZ 21.62 24.3 58.19 -
YUV 122.3 171.85 79.28 -
System Red Green Blue C M Y K H S L
Decimal 54 142 200 0.73 0.29 0 0.22 203.84 0.57 0.5
Hex 36 8E C8 49 1D 0 16 CC 39 32
Octal 66 216 310 111 35 0 26 314 71 62
Binary 110110 10001110 11001000 1001001 11101 0 10110 11001100 111001 110010

Color Harmonies of #368EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368EC8

Black with #368EC8

Text Example


Text Example

White with #368EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,142,200); }

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

background-color css

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

 a { background-color: rgb(54,142,200); }

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

border-color css

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

 span { border-color: rgb(54,142,200); }

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