Html Css Color HEX #397FCD Curious Blue

📋 copy color: '#397FCD'

red 57 ◦ green 127 ◦ blue 205

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

Shades of Curious Blue #397FCD

Tints of Curious Blue #397FCD

RGB

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

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

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

R = 14.65%
G = 32.65%
B = 52.7%

CMYK

 C value IS 0.72

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#397FCD (or 0x397FCD) is known color: Curious Blue. HEX triplet: 39, 7F and CD. RGB value is (57,127,205). Sum of RGB (Red+Green+Blue) = 57+127+205=389 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.65% from 389); Green value is 127 (50% from 255 or 32.65% from 389); Blue value is 205 (80.47% from 255 or 52.70% from 389); Max value from RGB is 205 - color contains mainly: blue. Hex color #397FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397FCD is #C68032. Grayscale: #727272. Windows color (decimal): -13008947 or 13467449. OLE color: 13467449.

HSL color Cylindrical-coordinate representation of color #397FCD: hue angle of 211.62º 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 #397FCD is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 57 127 205 -
CMYK 0.72 0.38 0 0.20
HSL 211.62º 0.6% 0.51% -
HSV(B) 211.62º 0.72% 0.8% -
XYZ 20.3 20.46 60.64 -
YUV 114.96 178.81 86.66 -
System Red Green Blue C M Y K H S L
Decimal 57 127 205 0.72 0.38 0 0.20 211.62 0.6 0.51
Hex 39 7F CD 48 26 0 14 D4 3C 33
Octal 71 177 315 110 46 0 24 324 74 63
Binary 111001 1111111 11001101 1001000 100110 0 10100 11010100 111100 110011

Color Harmonies of #397FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397FCD

Black with #397FCD

Text Example


Text Example

White with #397FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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