Html Css Color HEX #398CCD Curious Blue

📋 copy color: '#398CCD'

red 57 ◦ green 140 ◦ blue 205

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

Shades of Curious Blue #398CCD

Tints of Curious Blue #398CCD

RGB

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

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

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

R = 14.18%
G = 34.83%
B = 51%

CMYK

 C value IS 0.72

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#398CCD (or 0x398CCD) is known color: Curious Blue. HEX triplet: 39, 8C and CD. RGB value is (57,140,205). Sum of RGB (Red+Green+Blue) = 57+140+205=402 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.18% from 402); Green value is 140 (55.08% from 255 or 34.83% from 402); Blue value is 205 (80.47% from 255 or 51.00% from 402); Max value from RGB is 205 - color contains mainly: blue. Hex color #398CCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #398CCD is #C67332. Grayscale: #7A7A7A. Windows color (decimal): -13005619 or 13470777. OLE color: 13470777.

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

Color convert

RGB 57 140 205 -
CMYK 0.72 0.32 0 0.20
HSL 206.35º 0.6% 0.51% -
HSV(B) 206.35º 0.72% 0.8% -
XYZ 22.08 24.03 61.23 -
YUV 122.59 174.5 81.21 -
System Red Green Blue C M Y K H S L
Decimal 57 140 205 0.72 0.32 0 0.20 206.35 0.6 0.51
Hex 39 8C CD 48 20 0 14 CE 3C 33
Octal 71 214 315 110 40 0 24 316 74 63
Binary 111001 10001100 11001101 1001000 100000 0 10100 11001110 111100 110011

Color Harmonies of #398CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398CCD

Black with #398CCD

Text Example


Text Example

White with #398CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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