Html Css Color HEX #398ABA Curious Blue

📋 copy color: '#398ABA'

red 57 ◦ green 138 ◦ blue 186

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

Shades of Curious Blue #398ABA

Tints of Curious Blue #398ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 48.82%

R = 14.96%
G = 36.22%
B = 48.82%

CMYK

 C value IS 0.69

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#398ABA (or 0x398ABA) is known color: Curious Blue. HEX triplet: 39, 8A and BA. RGB value is (57,138,186). Sum of RGB (Red+Green+Blue) = 57+138+186=381 (50% of max value = 765). Red value is 57 (22.66% from 255 or 14.96% from 381); Green value is 138 (54.30% from 255 or 36.22% from 381); Blue value is 186 (73.05% from 255 or 48.82% from 381); Max value from RGB is 186 - color contains mainly: blue. Hex color #398ABA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #398ABA is #C67545. Grayscale: #767676. Windows color (decimal): -13006150 or 12225081. OLE color: 12225081.

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

Color convert

RGB 57 138 186 -
CMYK 0.69 0.26 0 0.27
HSL 202.33º 0.53% 0.48% -
HSV(B) 202.33º 0.69% 0.73% -
XYZ 19.64 22.59 49.78 -
YUV 119.25 165.66 83.6 -
System Red Green Blue C M Y K H S L
Decimal 57 138 186 0.69 0.26 0 0.27 202.33 0.53 0.48
Hex 39 8A BA 45 1A 0 1B CA 35 30
Octal 71 212 272 105 32 0 33 312 65 60
Binary 111001 10001010 10111010 1000101 11010 0 11011 11001010 110101 110000

Color Harmonies of #398ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398ABA

Black with #398ABA

Text Example


Text Example

White with #398ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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