Html Css Color HEX #398ECD Curious Blue

📋 copy color: '#398ECD'

red 57 ◦ green 142 ◦ blue 205

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

Shades of Curious Blue #398ECD

Tints of Curious Blue #398ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 50.74%

R = 14.11%
G = 35.15%
B = 50.74%

CMYK

 C value IS 0.72

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#398ECD (or 0x398ECD) is known color: Curious Blue. HEX triplet: 39, 8E and CD. RGB value is (57,142,205). Sum of RGB (Red+Green+Blue) = 57+142+205=404 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.11% from 404); Green value is 142 (55.86% from 255 or 35.15% from 404); Blue value is 205 (80.47% from 255 or 50.74% from 404); Max value from RGB is 205 - color contains mainly: blue. Hex color #398ECD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #398ECD is #C67132. Grayscale: #7B7B7B. Windows color (decimal): -13005107 or 13471289. OLE color: 13471289.

HSL color Cylindrical-coordinate representation of color #398ECD: hue angle of 205.54º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #398ECD is Cyan = 0.72, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 57 142 205 -
CMYK 0.72 0.31 0 0.20
HSL 205.54º 0.6% 0.51% -
HSV(B) 205.54º 0.72% 0.8% -
XYZ 22.38 24.62 61.33 -
YUV 123.77 173.84 80.38 -
System Red Green Blue C M Y K H S L
Decimal 57 142 205 0.72 0.31 0 0.20 205.54 0.6 0.51
Hex 39 8E CD 48 1F 0 14 CE 3C 33
Octal 71 216 315 110 37 0 24 316 74 63
Binary 111001 10001110 11001101 1001000 11111 0 10100 11001110 111100 110011

Color Harmonies of #398ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398ECD

Black with #398ECD

Text Example


Text Example

White with #398ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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