Html Css Color HEX #397FCF Curious Blue

📋 copy color: '#397FCF'

red 57 ◦ green 127 ◦ blue 207

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

Shades of Curious Blue #397FCF

Tints of Curious Blue #397FCF

RGB

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

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

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

R = 14.58%
G = 32.48%
B = 52.94%

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

#397FCF (or 0x397FCF) is known color: Curious Blue. HEX triplet: 39, 7F and CF. RGB value is (57,127,207). Sum of RGB (Red+Green+Blue) = 57+127+207=391 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.58% from 391); Green value is 127 (50% from 255 or 32.48% from 391); Blue value is 207 (81.25% from 255 or 52.94% from 391); Max value from RGB is 207 - color contains mainly: blue. Hex color #397FCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397FCF is #C68030. Grayscale: #727272. Windows color (decimal): -13008945 or 13598521. OLE color: 13598521.

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

Color convert

RGB 57 127 207 -
CMYK 0.72 0.39 0 0.19
HSL 212º 0.61% 0.52% -
HSV(B) 212º 0.72% 0.81% -
XYZ 20.54 20.55 61.92 -
YUV 115.19 179.81 86.5 -
System Red Green Blue C M Y K H S L
Decimal 57 127 207 0.72 0.39 0 0.19 212 0.61 0.52
Hex 39 7F CF 48 27 0 13 D4 3D 34
Octal 71 177 317 110 47 0 23 324 75 64
Binary 111001 1111111 11001111 1001000 100111 0 10011 11010100 111101 110100

Color Harmonies of #397FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397FCF

Black with #397FCF

Text Example


Text Example

White with #397FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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