Html Css Color HEX #398FCC Curious Blue

📋 copy color: '#398FCC'

red 57 ◦ green 143 ◦ blue 204

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

Shades of Curious Blue #398FCC

Tints of Curious Blue #398FCC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.4%

 BLUE value IS 204 (80.08% from 255) = 50.5%

R = 14.11%
G = 35.4%
B = 50.5%

CMYK

 C value IS 0.72

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#398FCC (or 0x398FCC) is known color: Curious Blue. HEX triplet: 39, 8F and CC. RGB value is (57,143,204). Sum of RGB (Red+Green+Blue) = 57+143+204=404 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.11% from 404); Green value is 143 (56.25% from 255 or 35.40% from 404); Blue value is 204 (80.08% from 255 or 50.50% from 404); Max value from RGB is 204 - color contains mainly: blue. Hex color #398FCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #398FCC is #C67033. Grayscale: #7B7B7B. Windows color (decimal): -13004852 or 13406009. OLE color: 13406009.

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

Color convert

RGB 57 143 204 -
CMYK 0.72 0.30 0 0.2
HSL 204.9º 0.59% 0.51% -
HSV(B) 204.9º 0.72% 0.8% -
XYZ 22.41 24.87 60.75 -
YUV 124.24 173.01 80.04 -
System Red Green Blue C M Y K H S L
Decimal 57 143 204 0.72 0.30 0 0.2 204.9 0.59 0.51
Hex 39 8F CC 48 1E 0 14 CD 3B 33
Octal 71 217 314 110 36 0 24 315 73 63
Binary 111001 10001111 11001100 1001000 11110 0 10100 11001101 111011 110011

Color Harmonies of #398FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398FCC

Black with #398FCC

Text Example


Text Example

White with #398FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,143,204); }

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

background-color css

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

 a { background-color: rgb(57,143,204); }

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

border-color css

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

 span { border-color: rgb(57,143,204); }

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