Html Css Color HEX #397BCD Curious Blue

📋 copy color: '#397BCD'

red 57 ◦ green 123 ◦ blue 205

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

Shades of Curious Blue #397BCD

Tints of Curious Blue #397BCD

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.95%

 BLUE value IS 205 (80.47% from 255) = 53.25%

R = 14.81%
G = 31.95%
B = 53.25%

CMYK

 C value IS 0.72

 M value IS 0.4

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#397BCD (or 0x397BCD) is known color: Curious Blue. HEX triplet: 39, 7B and CD. RGB value is (57,123,205). Sum of RGB (Red+Green+Blue) = 57+123+205=385 (50% of max value = 765). Red value is 57 (22.66% from 255 or 14.81% from 385); Green value is 123 (48.44% from 255 or 31.95% from 385); Blue value is 205 (80.47% from 255 or 53.25% from 385); Max value from RGB is 205 - color contains mainly: blue. Hex color #397BCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397BCD is #C68432. Grayscale: #707070. Windows color (decimal): -13009971 or 13466425. OLE color: 13466425.

HSL color Cylindrical-coordinate representation of color #397BCD: hue angle of 213.24º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #397BCD is Cyan = 0.72, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 57 123 205 -
CMYK 0.72 0.4 0 0.20
HSL 213.24º 0.6% 0.51% -
HSV(B) 213.24º 0.72% 0.8% -
XYZ 19.79 19.44 60.47 -
YUV 112.61 180.13 88.33 -
System Red Green Blue C M Y K H S L
Decimal 57 123 205 0.72 0.4 0 0.20 213.24 0.6 0.51
Hex 39 7B CD 48 28 0 14 D5 3C 33
Octal 71 173 315 110 50 0 24 325 74 63
Binary 111001 1111011 11001101 1001000 101000 0 10100 11010101 111100 110011

Color Harmonies of #397BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397BCD

Black with #397BCD

Text Example


Text Example

White with #397BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,123,205); }

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

background-color css

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

 a { background-color: rgb(57,123,205); }

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

border-color css

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

 span { border-color: rgb(57,123,205); }

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