Html Css Color HEX #398ABC Curious Blue

📋 copy color: '#398ABC'

red 57 ◦ green 138 ◦ blue 188

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

Shades of Curious Blue #398ABC

Tints of Curious Blue #398ABC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.03%

 BLUE value IS 188 (73.83% from 255) = 49.09%

R = 14.88%
G = 36.03%
B = 49.09%

CMYK

 C value IS 0.70

 M value IS 0.27

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#398ABC (or 0x398ABC) is known color: Curious Blue. HEX triplet: 39, 8A and BC. RGB value is (57,138,188). Sum of RGB (Red+Green+Blue) = 57+138+188=383 (50% of max value = 765). Red value is 57 (22.66% from 255 or 14.88% from 383); Green value is 138 (54.30% from 255 or 36.03% from 383); Blue value is 188 (73.83% from 255 or 49.09% from 383); Max value from RGB is 188 - color contains mainly: blue. Hex color #398ABC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #398ABC is #C67543. Grayscale: #777777. Windows color (decimal): -13006148 or 12356153. OLE color: 12356153.

HSL color Cylindrical-coordinate representation of color #398ABC: hue angle of 202.9º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #398ABC is Cyan = 0.70, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 57 138 188 -
CMYK 0.70 0.27 0 0.26
HSL 202.9º 0.53% 0.48% -
HSV(B) 202.9º 0.7% 0.74% -
XYZ 19.85 22.68 50.91 -
YUV 119.48 166.66 83.43 -
System Red Green Blue C M Y K H S L
Decimal 57 138 188 0.70 0.27 0 0.26 202.9 0.53 0.48
Hex 39 8A BC 46 1B 0 1A CB 35 30
Octal 71 212 274 106 33 0 32 313 65 60
Binary 111001 10001010 10111100 1000110 11011 0 11010 11001011 110101 110000

Color Harmonies of #398ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398ABC

Black with #398ABC

Text Example


Text Example

White with #398ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,138,188); }

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

background-color css

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

 a { background-color: rgb(57,138,188); }

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

border-color css

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

 span { border-color: rgb(57,138,188); }

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