Html Css Color HEX #398BCA Curious Blue

📋 copy color: '#398BCA'

red 57 ◦ green 139 ◦ blue 202

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

Shades of Curious Blue #398BCA

Tints of Curious Blue #398BCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 50.75%

R = 14.32%
G = 34.92%
B = 50.75%

CMYK

 C value IS 0.72

 M value IS 0.31

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#398BCA (or 0x398BCA) is known color: Curious Blue. HEX triplet: 39, 8B and CA. RGB value is (57,139,202). Sum of RGB (Red+Green+Blue) = 57+139+202=398 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.32% from 398); Green value is 139 (54.69% from 255 or 34.92% from 398); Blue value is 202 (79.30% from 255 or 50.75% from 398); Max value from RGB is 202 - color contains mainly: blue. Hex color #398BCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #398BCA is #C67435. Grayscale: #797979. Windows color (decimal): -13005878 or 13273913. OLE color: 13273913.

HSL color Cylindrical-coordinate representation of color #398BCA: hue angle of 206.07º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #398BCA is Cyan = 0.72, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 57 139 202 -
CMYK 0.72 0.31 0 0.21
HSL 206.07º 0.58% 0.51% -
HSV(B) 206.07º 0.72% 0.79% -
XYZ 21.58 23.6 59.29 -
YUV 121.66 173.33 81.88 -
System Red Green Blue C M Y K H S L
Decimal 57 139 202 0.72 0.31 0 0.21 206.07 0.58 0.51
Hex 39 8B CA 48 1F 0 15 CE 3A 33
Octal 71 213 312 110 37 0 25 316 72 63
Binary 111001 10001011 11001010 1001000 11111 0 10101 11001110 111010 110011

Color Harmonies of #398BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398BCA

Black with #398BCA

Text Example


Text Example

White with #398BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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