Html Css Color HEX #397AAC Curious Blue

📋 copy color: '#397AAC'

red 57 ◦ green 122 ◦ blue 172

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

Shades of Curious Blue #397AAC

Tints of Curious Blue #397AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 49%

R = 16.24%
G = 34.76%
B = 49%

CMYK

 C value IS 0.67

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#397AAC (or 0x397AAC) is known color: Curious Blue. HEX triplet: 39, 7A and AC. RGB value is (57,122,172). Sum of RGB (Red+Green+Blue) = 57+122+172=351 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.24% from 351); Green value is 122 (48.05% from 255 or 34.76% from 351); Blue value is 172 (67.58% from 255 or 49.00% from 351); Max value from RGB is 172 - color contains mainly: blue. Hex color #397AAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397AAC is #C68553. Grayscale: #6B6B6B. Windows color (decimal): -13010260 or 11303481. OLE color: 11303481.

HSL color Cylindrical-coordinate representation of color #397AAC: hue angle of 206.09º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #397AAC is Cyan = 0.67, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 57 122 172 -
CMYK 0.67 0.29 0 0.33
HSL 206.09º 0.5% 0.45% -
HSV(B) 206.09º 0.67% 0.67% -
XYZ 16.09 17.77 41.61 -
YUV 108.27 163.97 91.43 -
System Red Green Blue C M Y K H S L
Decimal 57 122 172 0.67 0.29 0 0.33 206.09 0.5 0.45
Hex 39 7A AC 43 1D 0 21 CE 32 2D
Octal 71 172 254 103 35 0 41 316 62 55
Binary 111001 1111010 10101100 1000011 11101 0 100001 11001110 110010 101101

Color Harmonies of #397AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397AAC

Black with #397AAC

Text Example


Text Example

White with #397AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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