Html Css Color HEX #398CC8 Curious Blue

📋 copy color: '#398CC8'

red 57 ◦ green 140 ◦ blue 200

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

Shades of Curious Blue #398CC8

Tints of Curious Blue #398CC8

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.26%

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

R = 14.36%
G = 35.26%
B = 50.38%

CMYK

 C value IS 0.72

 M value IS 0.3

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#398CC8 (or 0x398CC8) is known color: Curious Blue. HEX triplet: 39, 8C and C8. RGB value is (57,140,200). Sum of RGB (Red+Green+Blue) = 57+140+200=397 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.36% from 397); Green value is 140 (55.08% from 255 or 35.26% from 397); Blue value is 200 (78.52% from 255 or 50.38% from 397); Max value from RGB is 200 - color contains mainly: blue. Hex color #398CC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #398CC8 is #C67337. Grayscale: #797979. Windows color (decimal): -13005624 or 13143097. OLE color: 13143097.

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

Color convert

RGB 57 140 200 -
CMYK 0.72 0.3 0 0.22
HSL 205.17º 0.57% 0.5% -
HSV(B) 205.17º 0.72% 0.78% -
XYZ 21.49 23.8 58.1 -
YUV 122.02 172 81.62 -
System Red Green Blue C M Y K H S L
Decimal 57 140 200 0.72 0.3 0 0.22 205.17 0.57 0.5
Hex 39 8C C8 48 1E 0 16 CD 39 32
Octal 71 214 310 110 36 0 26 315 71 62
Binary 111001 10001100 11001000 1001000 11110 0 10110 11001101 111001 110010

Color Harmonies of #398CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398CC8

Black with #398CC8

Text Example


Text Example

White with #398CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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