Html Css Color HEX #398BC8 Curious Blue

📋 copy color: '#398BC8'

red 57 ◦ green 139 ◦ blue 200

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

Shades of Curious Blue #398BC8

Tints of Curious Blue #398BC8

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.1%

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

R = 14.39%
G = 35.1%
B = 50.51%

CMYK

 C value IS 0.72

 M value IS 0.30

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#398BC8 (or 0x398BC8) is known color: Curious Blue. HEX triplet: 39, 8B and C8. RGB value is (57,139,200). Sum of RGB (Red+Green+Blue) = 57+139+200=396 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.39% from 396); Green value is 139 (54.69% from 255 or 35.10% from 396); Blue value is 200 (78.52% from 255 or 50.51% from 396); Max value from RGB is 200 - color contains mainly: blue. Hex color #398BC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #398BC8 is #C67437. Grayscale: #797979. Windows color (decimal): -13005880 or 13142841. OLE color: 13142841.

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

Color convert

RGB 57 139 200 -
CMYK 0.72 0.30 0 0.22
HSL 205.59º 0.57% 0.5% -
HSV(B) 205.59º 0.72% 0.78% -
XYZ 21.35 23.51 58.06 -
YUV 121.44 172.33 82.04 -
System Red Green Blue C M Y K H S L
Decimal 57 139 200 0.72 0.30 0 0.22 205.59 0.57 0.5
Hex 39 8B C8 48 1E 0 16 CE 39 32
Octal 71 213 310 110 36 0 26 316 71 62
Binary 111001 10001011 11001000 1001000 11110 0 10110 11001110 111001 110010

Color Harmonies of #398BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398BC8

Black with #398BC8

Text Example


Text Example

White with #398BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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