Html Css Color HEX #398EC8 Curious Blue

📋 copy color: '#398EC8'

red 57 ◦ green 142 ◦ blue 200

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

Shades of Curious Blue #398EC8

Tints of Curious Blue #398EC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 50.13%

R = 14.29%
G = 35.59%
B = 50.13%

CMYK

 C value IS 0.72

 M value IS 0.29

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#398EC8 (or 0x398EC8) is known color: Curious Blue. HEX triplet: 39, 8E and C8. RGB value is (57,142,200). Sum of RGB (Red+Green+Blue) = 57+142+200=399 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.29% from 399); Green value is 142 (55.86% from 255 or 35.59% from 399); Blue value is 200 (78.52% from 255 or 50.13% from 399); Max value from RGB is 200 - color contains mainly: blue. Hex color #398EC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #398EC8 is #C67137. Grayscale: #7A7A7A. Windows color (decimal): -13005112 or 13143609. OLE color: 13143609.

HSL color Cylindrical-coordinate representation of color #398EC8: hue angle of 204.34º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #398EC8 is Cyan = 0.72, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 57 142 200 -
CMYK 0.72 0.29 0 0.22
HSL 204.34º 0.57% 0.5% -
HSV(B) 204.34º 0.72% 0.78% -
XYZ 21.79 24.39 58.2 -
YUV 123.2 171.34 80.78 -
System Red Green Blue C M Y K H S L
Decimal 57 142 200 0.72 0.29 0 0.22 204.34 0.57 0.5
Hex 39 8E C8 48 1D 0 16 CC 39 32
Octal 71 216 310 110 35 0 26 314 71 62
Binary 111001 10001110 11001000 1001000 11101 0 10110 11001100 111001 110010

Color Harmonies of #398EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398EC8

Black with #398EC8

Text Example


Text Example

White with #398EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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