Html Css Color HEX #398CDA Curious Blue

📋 copy color: '#398CDA'

red 57 ◦ green 140 ◦ blue 218

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

Shades of Curious Blue #398CDA

Tints of Curious Blue #398CDA

RGB

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

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

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

R = 13.73%
G = 33.73%
B = 52.53%

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

#398CDA (or 0x398CDA) is known color: Curious Blue. HEX triplet: 39, 8C and DA. RGB value is (57,140,218). Sum of RGB (Red+Green+Blue) = 57+140+218=415 (54% of max value = 765). Red value is 57 (22.66% from 255 or 13.73% from 415); Green value is 140 (55.08% from 255 or 33.73% from 415); Blue value is 218 (85.55% from 255 or 52.53% from 415); Max value from RGB is 218 - color contains mainly: blue. Hex color #398CDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #398CDA is #C67325. Grayscale: #7B7B7B. Windows color (decimal): -13005606 or 14322745. OLE color: 14322745.

HSL color Cylindrical-coordinate representation of color #398CDA: hue angle of 209.07º 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 #398CDA is Cyan = 0.74, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 57 140 218 -
CMYK 0.74 0.36 0 0.15
HSL 209.07º 0.69% 0.54% -
HSV(B) 209.07º 0.74% 0.85% -
XYZ 23.72 24.69 69.84 -
YUV 124.08 181 80.16 -
System Red Green Blue C M Y K H S L
Decimal 57 140 218 0.74 0.36 0 0.15 209.07 0.69 0.54
Hex 39 8C DA 4A 24 0 F D1 45 36
Octal 71 214 332 112 44 0 17 321 105 66
Binary 111001 10001100 11011010 1001010 100100 0 1111 11010001 1000101 110110

Color Harmonies of #398CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398CDA

Black with #398CDA

Text Example


Text Example

White with #398CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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