Html Css Color HEX #397BD0 Curious Blue

📋 copy color: '#397BD0'

red 57 ◦ green 123 ◦ blue 208

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

Shades of Curious Blue #397BD0

Tints of Curious Blue #397BD0

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.7%

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

R = 14.69%
G = 31.7%
B = 53.61%

CMYK

 C value IS 0.73

 M value IS 0.41

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#397BD0 (or 0x397BD0) is known color: Curious Blue. HEX triplet: 39, 7B and D0. RGB value is (57,123,208). Sum of RGB (Red+Green+Blue) = 57+123+208=388 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.69% from 388); Green value is 123 (48.44% from 255 or 31.70% from 388); Blue value is 208 (81.64% from 255 or 53.61% from 388); Max value from RGB is 208 - color contains mainly: blue. Hex color #397BD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397BD0 is #C6842F. Grayscale: #707070. Windows color (decimal): -13009968 or 13663033. OLE color: 13663033.

HSL color Cylindrical-coordinate representation of color #397BD0: hue angle of 213.77º 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 #397BD0 is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 57 123 208 -
CMYK 0.73 0.41 0 0.18
HSL 213.77º 0.62% 0.52% -
HSV(B) 213.77º 0.73% 0.82% -
XYZ 20.16 19.59 62.39 -
YUV 112.96 181.63 88.09 -
System Red Green Blue C M Y K H S L
Decimal 57 123 208 0.73 0.41 0 0.18 213.77 0.62 0.52
Hex 39 7B D0 49 29 0 12 D6 3E 34
Octal 71 173 320 111 51 0 22 326 76 64
Binary 111001 1111011 11010000 1001001 101001 0 10010 11010110 111110 110100

Color Harmonies of #397BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397BD0

Black with #397BD0

Text Example


Text Example

White with #397BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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