Html Css Color HEX #367DC2 Curious Blue

📋 copy color: '#367DC2'

red 54 ◦ green 125 ◦ blue 194

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

Shades of Curious Blue #367DC2

Tints of Curious Blue #367DC2

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.51%

 BLUE value IS 194 (76.17% from 255) = 52.01%

R = 14.48%
G = 33.51%
B = 52.01%

CMYK

 C value IS 0.72

 M value IS 0.36

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#367DC2 (or 0x367DC2) is known color: Curious Blue. HEX triplet: 36, 7D and C2. RGB value is (54,125,194). Sum of RGB (Red+Green+Blue) = 54+125+194=373 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.48% from 373); Green value is 125 (49.22% from 255 or 33.51% from 373); Blue value is 194 (76.17% from 255 or 52.01% from 373); Max value from RGB is 194 - color contains mainly: blue. Hex color #367DC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #367DC2 is #C9823D. Grayscale: #6F6F6F. Windows color (decimal): -13206078 or 12746038. OLE color: 12746038.

HSL color Cylindrical-coordinate representation of color #367DC2: hue angle of 209.57º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #367DC2 is Cyan = 0.72, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 54 125 194 -
CMYK 0.72 0.36 0 0.24
HSL 209.57º 0.56% 0.49% -
HSV(B) 209.57º 0.72% 0.76% -
XYZ 18.59 19.35 53.79 -
YUV 111.64 174.48 86.89 -
System Red Green Blue C M Y K H S L
Decimal 54 125 194 0.72 0.36 0 0.24 209.57 0.56 0.49
Hex 36 7D C2 48 24 0 18 D2 38 31
Octal 66 175 302 110 44 0 30 322 70 61
Binary 110110 1111101 11000010 1001000 100100 0 11000 11010010 111000 110001

Color Harmonies of #367DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367DC2

Black with #367DC2

Text Example


Text Example

White with #367DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,125,194); }

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

background-color css

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

 a { background-color: rgb(54,125,194); }

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

border-color css

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

 span { border-color: rgb(54,125,194); }

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