Html Css Color HEX #397CCA Curious Blue

📋 copy color: '#397CCA'

red 57 ◦ green 124 ◦ blue 202

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

Shades of Curious Blue #397CCA

Tints of Curious Blue #397CCA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.38%

 BLUE value IS 202 (79.3% from 255) = 52.74%

R = 14.88%
G = 32.38%
B = 52.74%

CMYK

 C value IS 0.72

 M value IS 0.39

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#397CCA (or 0x397CCA) is known color: Curious Blue. HEX triplet: 39, 7C and CA. RGB value is (57,124,202). Sum of RGB (Red+Green+Blue) = 57+124+202=383 (50% of max value = 765). Red value is 57 (22.66% from 255 or 14.88% from 383); Green value is 124 (48.83% from 255 or 32.38% from 383); Blue value is 202 (79.30% from 255 or 52.74% from 383); Max value from RGB is 202 - color contains mainly: blue. Hex color #397CCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397CCA is #C68335. Grayscale: #707070. Windows color (decimal): -13009718 or 13270073. OLE color: 13270073.

HSL color Cylindrical-coordinate representation of color #397CCA: hue angle of 212.28º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #397CCA is Cyan = 0.72, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 57 124 202 -
CMYK 0.72 0.39 0 0.21
HSL 212.28º 0.58% 0.51% -
HSV(B) 212.28º 0.72% 0.79% -
XYZ 19.56 19.55 58.62 -
YUV 112.86 178.3 88.16 -
System Red Green Blue C M Y K H S L
Decimal 57 124 202 0.72 0.39 0 0.21 212.28 0.58 0.51
Hex 39 7C CA 48 27 0 15 D4 3A 33
Octal 71 174 312 110 47 0 25 324 72 63
Binary 111001 1111100 11001010 1001000 100111 0 10101 11010100 111010 110011

Color Harmonies of #397CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397CCA

Black with #397CCA

Text Example


Text Example

White with #397CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,124,202); }

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

background-color css

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

 a { background-color: rgb(57,124,202); }

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

border-color css

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

 span { border-color: rgb(57,124,202); }

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