Html Css Color HEX #397CB6 Curious Blue

📋 copy color: '#397CB6'

red 57 ◦ green 124 ◦ blue 182

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

Shades of Curious Blue #397CB6

Tints of Curious Blue #397CB6

RGB

 RED value IS 57 (22.66% from 255) = 15.7%

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

 BLUE value IS 182 (71.48% from 255) = 50.14%

R = 15.7%
G = 34.16%
B = 50.14%

CMYK

 C value IS 0.69

 M value IS 0.32

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#397CB6 (or 0x397CB6) is known color: Curious Blue. HEX triplet: 39, 7C and B6. RGB value is (57,124,182). Sum of RGB (Red+Green+Blue) = 57+124+182=363 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.70% from 363); Green value is 124 (48.83% from 255 or 34.16% from 363); Blue value is 182 (71.48% from 255 or 50.14% from 363); Max value from RGB is 182 - color contains mainly: blue. Hex color #397CB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397CB6 is #C68349. Grayscale: #6E6E6E. Windows color (decimal): -13009738 or 11959353. OLE color: 11959353.

HSL color Cylindrical-coordinate representation of color #397CB6: hue angle of 207.84º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #397CB6 is Cyan = 0.69, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 57 124 182 -
CMYK 0.69 0.32 0 0.29
HSL 207.84º 0.52% 0.47% -
HSV(B) 207.84º 0.69% 0.71% -
XYZ 17.34 18.66 46.94 -
YUV 110.58 168.3 89.78 -
System Red Green Blue C M Y K H S L
Decimal 57 124 182 0.69 0.32 0 0.29 207.84 0.52 0.47
Hex 39 7C B6 45 20 0 1D D0 34 2F
Octal 71 174 266 105 40 0 35 320 64 57
Binary 111001 1111100 10110110 1000101 100000 0 11101 11010000 110100 101111

Color Harmonies of #397CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397CB6

Black with #397CB6

Text Example


Text Example

White with #397CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397CB6; }

 p { color: rgb(57,124,182); }

 H1.HeaderClassName
 {
   color: #397CB6;
 }
 .AnyTagClassName
 {
   color: #397CB6;
 }
</style>

background-color css

<style>
 a { background-color: #397CB6; }

 a { background-color: rgb(57,124,182); }

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

border-color css

<style>
 span { border-color: #397CB6; }

 span { border-color: rgb(57,124,182); }

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