Html Css Color HEX #367FBF Curious Blue

📋 copy color: '#367FBF'

red 54 ◦ green 127 ◦ blue 191

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

Shades of Curious Blue #367FBF

Tints of Curious Blue #367FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 51.34%

R = 14.52%
G = 34.14%
B = 51.34%

CMYK

 C value IS 0.72

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#367FBF (or 0x367FBF) is known color: Curious Blue. HEX triplet: 36, 7F and BF. RGB value is (54,127,191). Sum of RGB (Red+Green+Blue) = 54+127+191=372 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.52% from 372); Green value is 127 (50% from 255 or 34.14% from 372); Blue value is 191 (75% from 255 or 51.34% from 372); Max value from RGB is 191 - color contains mainly: blue. Hex color #367FBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #367FBF is #C98040. Grayscale: #707070. Windows color (decimal): -13205569 or 12549942. OLE color: 12549942.

HSL color Cylindrical-coordinate representation of color #367FBF: hue angle of 208.03º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #367FBF is Cyan = 0.72, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 54 127 191 -
CMYK 0.72 0.34 0 0.25
HSL 208.03º 0.56% 0.48% -
HSV(B) 208.03º 0.72% 0.75% -
XYZ 18.51 19.72 52.12 -
YUV 112.47 172.32 86.3 -
System Red Green Blue C M Y K H S L
Decimal 54 127 191 0.72 0.34 0 0.25 208.03 0.56 0.48
Hex 36 7F BF 48 22 0 19 D0 38 30
Octal 66 177 277 110 42 0 31 320 70 60
Binary 110110 1111111 10111111 1001000 100010 0 11001 11010000 111000 110000

Color Harmonies of #367FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367FBF

Black with #367FBF

Text Example


Text Example

White with #367FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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