Html Css Color HEX #397DD0 Curious Blue

📋 copy color: '#397DD0'

red 57 ◦ green 125 ◦ blue 208

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

Shades of Curious Blue #397DD0

Tints of Curious Blue #397DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 53.33%

R = 14.62%
G = 32.05%
B = 53.33%

CMYK

 C value IS 0.73

 M value IS 0.40

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#397DD0 (or 0x397DD0) is known color: Curious Blue. HEX triplet: 39, 7D and D0. RGB value is (57,125,208). Sum of RGB (Red+Green+Blue) = 57+125+208=390 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.62% from 390); Green value is 125 (49.22% from 255 or 32.05% from 390); Blue value is 208 (81.64% from 255 or 53.33% from 390); Max value from RGB is 208 - color contains mainly: blue. Hex color #397DD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397DD0 is #C6822F. Grayscale: #717171. Windows color (decimal): -13009456 or 13663545. OLE color: 13663545.

HSL color Cylindrical-coordinate representation of color #397DD0: hue angle of 212.98º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #397DD0 is Cyan = 0.73, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 57 125 208 -
CMYK 0.73 0.40 0 0.18
HSL 212.98º 0.62% 0.52% -
HSV(B) 212.98º 0.73% 0.82% -
XYZ 20.41 20.09 62.48 -
YUV 114.13 180.97 87.25 -
System Red Green Blue C M Y K H S L
Decimal 57 125 208 0.73 0.40 0 0.18 212.98 0.62 0.52
Hex 39 7D D0 49 28 0 12 D5 3E 34
Octal 71 175 320 111 50 0 22 325 76 64
Binary 111001 1111101 11010000 1001001 101000 0 10010 11010101 111110 110100

Color Harmonies of #397DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397DD0

Black with #397DD0

Text Example


Text Example

White with #397DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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