Html Css Color HEX #397FCC Curious Blue

📋 copy color: '#397FCC'

red 57 ◦ green 127 ◦ blue 204

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

Shades of Curious Blue #397FCC

Tints of Curious Blue #397FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 52.58%

R = 14.69%
G = 32.73%
B = 52.58%

CMYK

 C value IS 0.72

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#397FCC (or 0x397FCC) is known color: Curious Blue. HEX triplet: 39, 7F and CC. RGB value is (57,127,204). Sum of RGB (Red+Green+Blue) = 57+127+204=388 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.69% from 388); Green value is 127 (50% from 255 or 32.73% from 388); Blue value is 204 (80.08% from 255 or 52.58% from 388); Max value from RGB is 204 - color contains mainly: blue. Hex color #397FCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397FCC is #C68033. Grayscale: #727272. Windows color (decimal): -13008948 or 13401913. OLE color: 13401913.

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

Color convert

RGB 57 127 204 -
CMYK 0.72 0.38 0 0.2
HSL 211.43º 0.59% 0.51% -
HSV(B) 211.43º 0.72% 0.8% -
XYZ 20.18 20.41 60 -
YUV 114.85 178.31 86.74 -
System Red Green Blue C M Y K H S L
Decimal 57 127 204 0.72 0.38 0 0.2 211.43 0.59 0.51
Hex 39 7F CC 48 26 0 14 D3 3B 33
Octal 71 177 314 110 46 0 24 323 73 63
Binary 111001 1111111 11001100 1001000 100110 0 10100 11010011 111011 110011

Color Harmonies of #397FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397FCC

Black with #397FCC

Text Example


Text Example

White with #397FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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