Html Css Color HEX #397DCF Curious Blue

📋 copy color: '#397DCF'

red 57 ◦ green 125 ◦ blue 207

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

Shades of Curious Blue #397DCF

Tints of Curious Blue #397DCF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.13%

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

R = 14.65%
G = 32.13%
B = 53.21%

CMYK

 C value IS 0.72

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#397DCF (or 0x397DCF) is known color: Curious Blue. HEX triplet: 39, 7D and CF. RGB value is (57,125,207). Sum of RGB (Red+Green+Blue) = 57+125+207=389 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.65% from 389); Green value is 125 (49.22% from 255 or 32.13% from 389); Blue value is 207 (81.25% from 255 or 53.21% from 389); Max value from RGB is 207 - color contains mainly: blue. Hex color #397DCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397DCF is #C68230. Grayscale: #717171. Windows color (decimal): -13009457 or 13598009. OLE color: 13598009.

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

Color convert

RGB 57 125 207 -
CMYK 0.72 0.40 0 0.19
HSL 212.8º 0.61% 0.52% -
HSV(B) 212.8º 0.72% 0.81% -
XYZ 20.28 20.04 61.83 -
YUV 114.02 180.47 87.33 -
System Red Green Blue C M Y K H S L
Decimal 57 125 207 0.72 0.40 0 0.19 212.8 0.61 0.52
Hex 39 7D CF 48 28 0 13 D5 3D 34
Octal 71 175 317 110 50 0 23 325 75 64
Binary 111001 1111101 11001111 1001000 101000 0 10011 11010101 111101 110100

Color Harmonies of #397DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397DCF

Black with #397DCF

Text Example


Text Example

White with #397DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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