Html Css Color HEX #368FC8 Curious Blue

📋 copy color: '#368FC8'

red 54 ◦ green 143 ◦ blue 200

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

Shades of Curious Blue #368FC8

Tints of Curious Blue #368FC8

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.02%

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

R = 13.6%
G = 36.02%
B = 50.38%

CMYK

 C value IS 0.73

 M value IS 0.28

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#368FC8 (or 0x368FC8) is known color: Curious Blue. HEX triplet: 36, 8F and C8. RGB value is (54,143,200). Sum of RGB (Red+Green+Blue) = 54+143+200=397 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.60% from 397); Green value is 143 (56.25% from 255 or 36.02% from 397); Blue value is 200 (78.52% from 255 or 50.38% from 397); Max value from RGB is 200 - color contains mainly: blue. Hex color #368FC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #368FC8 is #C97037. Grayscale: #7A7A7A. Windows color (decimal): -13201464 or 13143862. OLE color: 13143862.

HSL color Cylindrical-coordinate representation of color #368FC8: hue angle of 203.42º 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 #368FC8 is Cyan = 0.73, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 54 143 200 -
CMYK 0.73 0.28 0 0.22
HSL 203.42º 0.57% 0.5% -
HSV(B) 203.42º 0.73% 0.78% -
XYZ 21.77 24.6 58.24 -
YUV 122.89 171.51 78.87 -
System Red Green Blue C M Y K H S L
Decimal 54 143 200 0.73 0.28 0 0.22 203.42 0.57 0.5
Hex 36 8F C8 49 1C 0 16 CB 39 32
Octal 66 217 310 111 34 0 26 313 71 62
Binary 110110 10001111 11001000 1001001 11100 0 10110 11001011 111001 110010

Color Harmonies of #368FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368FC8

Black with #368FC8

Text Example


Text Example

White with #368FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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