Html Css Color HEX #398ECA Curious Blue

📋 copy color: '#398ECA'

red 57 ◦ green 142 ◦ blue 202

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

Shades of Curious Blue #398ECA

Tints of Curious Blue #398ECA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.41%

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

R = 14.21%
G = 35.41%
B = 50.37%

CMYK

 C value IS 0.72

 M value IS 0.30

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#398ECA (or 0x398ECA) is known color: Curious Blue. HEX triplet: 39, 8E and CA. RGB value is (57,142,202). Sum of RGB (Red+Green+Blue) = 57+142+202=401 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.21% from 401); Green value is 142 (55.86% from 255 or 35.41% from 401); Blue value is 202 (79.30% from 255 or 50.37% from 401); Max value from RGB is 202 - color contains mainly: blue. Hex color #398ECA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #398ECA is #C67135. Grayscale: #7B7B7B. Windows color (decimal): -13005110 or 13274681. OLE color: 13274681.

HSL color Cylindrical-coordinate representation of color #398ECA: hue angle of 204.83º 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 #398ECA is Cyan = 0.72, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 57 142 202 -
CMYK 0.72 0.30 0 0.21
HSL 204.83º 0.58% 0.51% -
HSV(B) 204.83º 0.72% 0.79% -
XYZ 22.02 24.48 59.44 -
YUV 123.43 172.34 80.62 -
System Red Green Blue C M Y K H S L
Decimal 57 142 202 0.72 0.30 0 0.21 204.83 0.58 0.51
Hex 39 8E CA 48 1E 0 15 CD 3A 33
Octal 71 216 312 110 36 0 25 315 72 63
Binary 111001 10001110 11001010 1001000 11110 0 10101 11001101 111010 110011

Color Harmonies of #398ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398ECA

Black with #398ECA

Text Example


Text Example

White with #398ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398ECA; }

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

 H1.HeaderClassName
 {
   color: #398ECA;
 }
 .AnyTagClassName
 {
   color: #398ECA;
 }
</style>

background-color css

<style>
 a { background-color: #398ECA; }

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

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

border-color css

<style>
 span { border-color: #398ECA; }

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

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