Html Css Color HEX #367CB0 Curious Blue

📋 copy color: '#367CB0'

red 54 ◦ green 124 ◦ blue 176

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

Shades of Curious Blue #367CB0

Tints of Curious Blue #367CB0

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.03%

 BLUE value IS 176 (69.14% from 255) = 49.72%

R = 15.25%
G = 35.03%
B = 49.72%

CMYK

 C value IS 0.69

 M value IS 0.30

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#367CB0 (or 0x367CB0) is known color: Curious Blue. HEX triplet: 36, 7C and B0. RGB value is (54,124,176). Sum of RGB (Red+Green+Blue) = 54+124+176=354 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.25% from 354); Green value is 124 (48.83% from 255 or 35.03% from 354); Blue value is 176 (69.14% from 255 or 49.72% from 354); Max value from RGB is 176 - color contains mainly: blue. Hex color #367CB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367CB0 is #C9834F. Grayscale: #6C6C6C. Windows color (decimal): -13206352 or 11566134. OLE color: 11566134.

HSL color Cylindrical-coordinate representation of color #367CB0: hue angle of 205.57º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #367CB0 is Cyan = 0.69, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 54 124 176 -
CMYK 0.69 0.30 0 0.31
HSL 205.57º 0.53% 0.45% -
HSV(B) 205.57º 0.69% 0.69% -
XYZ 16.57 18.33 43.74 -
YUV 109 165.81 88.77 -
System Red Green Blue C M Y K H S L
Decimal 54 124 176 0.69 0.30 0 0.31 205.57 0.53 0.45
Hex 36 7C B0 45 1E 0 1F CE 35 2D
Octal 66 174 260 105 36 0 37 316 65 55
Binary 110110 1111100 10110000 1000101 11110 0 11111 11001110 110101 101101

Color Harmonies of #367CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367CB0

Black with #367CB0

Text Example


Text Example

White with #367CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,124,176); }

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

background-color css

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

 a { background-color: rgb(54,124,176); }

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

border-color css

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

 span { border-color: rgb(54,124,176); }

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