Html Css Color HEX #398BDA Curious Blue

📋 copy color: '#398BDA'

red 57 ◦ green 139 ◦ blue 218

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

Shades of Curious Blue #398BDA

Tints of Curious Blue #398BDA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.57%

 BLUE value IS 218 (85.55% from 255) = 52.66%

R = 13.77%
G = 33.57%
B = 52.66%

CMYK

 C value IS 0.74

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#398BDA (or 0x398BDA) is known color: Curious Blue. HEX triplet: 39, 8B and DA. RGB value is (57,139,218). Sum of RGB (Red+Green+Blue) = 57+139+218=414 (54% of max value = 765). Red value is 57 (22.66% from 255 or 13.77% from 414); Green value is 139 (54.69% from 255 or 33.57% from 414); Blue value is 218 (85.55% from 255 or 52.66% from 414); Max value from RGB is 218 - color contains mainly: blue. Hex color #398BDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #398BDA is #C67425. Grayscale: #7B7B7B. Windows color (decimal): -13005862 or 14322489. OLE color: 14322489.

HSL color Cylindrical-coordinate representation of color #398BDA: hue angle of 209.44º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #398BDA is Cyan = 0.74, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 57 139 218 -
CMYK 0.74 0.36 0 0.15
HSL 209.44º 0.69% 0.54% -
HSV(B) 209.44º 0.74% 0.85% -
XYZ 23.57 24.4 69.8 -
YUV 123.49 181.33 80.58 -
System Red Green Blue C M Y K H S L
Decimal 57 139 218 0.74 0.36 0 0.15 209.44 0.69 0.54
Hex 39 8B DA 4A 24 0 F D1 45 36
Octal 71 213 332 112 44 0 17 321 105 66
Binary 111001 10001011 11011010 1001010 100100 0 1111 11010001 1000101 110110

Color Harmonies of #398BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398BDA

Black with #398BDA

Text Example


Text Example

White with #398BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,139,218); }

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

background-color css

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

 a { background-color: rgb(57,139,218); }

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

border-color css

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

 span { border-color: rgb(57,139,218); }

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