Html Css Color HEX #367FD0 Curious Blue

📋 copy color: '#367FD0'

red 54 ◦ green 127 ◦ blue 208

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

Shades of Curious Blue #367FD0

Tints of Curious Blue #367FD0

RGB

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

 GREEN value IS 127 (50% from 255) = 32.65%

 BLUE value IS 208 (81.64% from 255) = 53.47%

R = 13.88%
G = 32.65%
B = 53.47%

CMYK

 C value IS 0.74

 M value IS 0.39

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#367FD0 (or 0x367FD0) is known color: Curious Blue. HEX triplet: 36, 7F and D0. RGB value is (54,127,208). Sum of RGB (Red+Green+Blue) = 54+127+208=389 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.88% from 389); Green value is 127 (50% from 255 or 32.65% from 389); Blue value is 208 (81.64% from 255 or 53.47% from 389); Max value from RGB is 208 - color contains mainly: blue. Hex color #367FD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #367FD0 is #C9802F. Grayscale: #727272. Windows color (decimal): -13205552 or 13664054. OLE color: 13664054.

HSL color Cylindrical-coordinate representation of color #367FD0: hue angle of 211.56º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #367FD0 is Cyan = 0.74, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 54 127 208 -
CMYK 0.74 0.39 0 0.18
HSL 211.56º 0.62% 0.51% -
HSV(B) 211.56º 0.74% 0.82% -
XYZ 20.5 20.52 62.55 -
YUV 114.41 180.82 84.91 -
System Red Green Blue C M Y K H S L
Decimal 54 127 208 0.74 0.39 0 0.18 211.56 0.62 0.51
Hex 36 7F D0 4A 27 0 12 D4 3E 33
Octal 66 177 320 112 47 0 22 324 76 63
Binary 110110 1111111 11010000 1001010 100111 0 10010 11010100 111110 110011

Color Harmonies of #367FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367FD0

Black with #367FD0

Text Example


Text Example

White with #367FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367FD0; }

 p { color: rgb(54,127,208); }

 H1.HeaderClassName
 {
   color: #367FD0;
 }
 .AnyTagClassName
 {
   color: #367FD0;
 }
</style>

background-color css

<style>
 a { background-color: #367FD0; }

 a { background-color: rgb(54,127,208); }

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

border-color css

<style>
 span { border-color: #367FD0; }

 span { border-color: rgb(54,127,208); }

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