Html Css Color HEX #397ABA Curious Blue

📋 copy color: '#397ABA'

red 57 ◦ green 122 ◦ blue 186

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

Shades of Curious Blue #397ABA

Tints of Curious Blue #397ABA

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.42%

 BLUE value IS 186 (73.05% from 255) = 50.96%

R = 15.62%
G = 33.42%
B = 50.96%

CMYK

 C value IS 0.69

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#397ABA (or 0x397ABA) is known color: Curious Blue. HEX triplet: 39, 7A and BA. RGB value is (57,122,186). Sum of RGB (Red+Green+Blue) = 57+122+186=365 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.62% from 365); Green value is 122 (48.05% from 255 or 33.42% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #397ABA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397ABA is #C68545. Grayscale: #6D6D6D. Windows color (decimal): -13010246 or 12220985. OLE color: 12220985.

HSL color Cylindrical-coordinate representation of color #397ABA: hue angle of 209.77º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #397ABA is Cyan = 0.69, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 57 122 186 -
CMYK 0.69 0.34 0 0.27
HSL 209.77º 0.53% 0.48% -
HSV(B) 209.77º 0.69% 0.73% -
XYZ 17.51 18.33 49.07 -
YUV 109.86 170.97 90.3 -
System Red Green Blue C M Y K H S L
Decimal 57 122 186 0.69 0.34 0 0.27 209.77 0.53 0.48
Hex 39 7A BA 45 22 0 1B D2 35 30
Octal 71 172 272 105 42 0 33 322 65 60
Binary 111001 1111010 10111010 1000101 100010 0 11011 11010010 110101 110000

Color Harmonies of #397ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397ABA

Black with #397ABA

Text Example


Text Example

White with #397ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,122,186); }

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

background-color css

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

 a { background-color: rgb(57,122,186); }

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

border-color css

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

 span { border-color: rgb(57,122,186); }

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