Html Css Color HEX #397ECF Curious Blue

📋 copy color: '#397ECF'

red 57 ◦ green 126 ◦ blue 207

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

Shades of Curious Blue #397ECF

Tints of Curious Blue #397ECF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.31%

 BLUE value IS 207 (81.25% from 255) = 53.08%

R = 14.62%
G = 32.31%
B = 53.08%

CMYK

 C value IS 0.72

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#397ECF (or 0x397ECF) is known color: Curious Blue. HEX triplet: 39, 7E and CF. RGB value is (57,126,207). Sum of RGB (Red+Green+Blue) = 57+126+207=390 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.62% from 390); Green value is 126 (49.61% from 255 or 32.31% from 390); Blue value is 207 (81.25% from 255 or 53.08% from 390); Max value from RGB is 207 - color contains mainly: blue. Hex color #397ECF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397ECF is #C68130. Grayscale: #727272. Windows color (decimal): -13009201 or 13598265. OLE color: 13598265.

HSL color Cylindrical-coordinate representation of color #397ECF: hue angle of 212.4º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #397ECF is Cyan = 0.72, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 57 126 207 -
CMYK 0.72 0.39 0 0.19
HSL 212.4º 0.61% 0.52% -
HSV(B) 212.4º 0.72% 0.81% -
XYZ 20.41 20.3 61.87 -
YUV 114.6 180.14 86.91 -
System Red Green Blue C M Y K H S L
Decimal 57 126 207 0.72 0.39 0 0.19 212.4 0.61 0.52
Hex 39 7E CF 48 27 0 13 D4 3D 34
Octal 71 176 317 110 47 0 23 324 75 64
Binary 111001 1111110 11001111 1001000 100111 0 10011 11010100 111101 110100

Color Harmonies of #397ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397ECF

Black with #397ECF

Text Example


Text Example

White with #397ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,126,207); }

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

background-color css

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

 a { background-color: rgb(57,126,207); }

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

border-color css

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

 span { border-color: rgb(57,126,207); }

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