Html Css Color HEX #368CB8 Curious Blue

📋 copy color: '#368CB8'

red 54 ◦ green 140 ◦ blue 184

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

Shades of Curious Blue #368CB8

Tints of Curious Blue #368CB8

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.04%

 BLUE value IS 184 (72.27% from 255) = 48.68%

R = 14.29%
G = 37.04%
B = 48.68%

CMYK

 C value IS 0.71

 M value IS 0.24

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#368CB8 (or 0x368CB8) is known color: Curious Blue. HEX triplet: 36, 8C and B8. RGB value is (54,140,184). Sum of RGB (Red+Green+Blue) = 54+140+184=378 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.29% from 378); Green value is 140 (55.08% from 255 or 37.04% from 378); Blue value is 184 (72.27% from 255 or 48.68% from 378); Max value from RGB is 184 - color contains mainly: blue. Hex color #368CB8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #368CB8 is #C97347. Grayscale: #777777. Windows color (decimal): -13202248 or 12094518. OLE color: 12094518.

HSL color Cylindrical-coordinate representation of color #368CB8: hue angle of 200.31º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #368CB8 is Cyan = 0.71, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 54 140 184 -
CMYK 0.71 0.24 0 0.28
HSL 200.31º 0.55% 0.47% -
HSV(B) 200.31º 0.71% 0.72% -
XYZ 19.55 23 48.76 -
YUV 119.3 164.51 81.42 -
System Red Green Blue C M Y K H S L
Decimal 54 140 184 0.71 0.24 0 0.28 200.31 0.55 0.47
Hex 36 8C B8 47 18 0 1C C8 37 2F
Octal 66 214 270 107 30 0 34 310 67 57
Binary 110110 10001100 10111000 1000111 11000 0 11100 11001000 110111 101111

Color Harmonies of #368CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368CB8

Black with #368CB8

Text Example


Text Example

White with #368CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,140,184); }

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

background-color css

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

 a { background-color: rgb(54,140,184); }

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

border-color css

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

 span { border-color: rgb(54,140,184); }

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