Html Css Color HEX #3A98CE Curious Blue

📋 copy color: '#3A98CE'

red 58 ◦ green 152 ◦ blue 206

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

Shades of Curious Blue #3A98CE

Tints of Curious Blue #3A98CE

RGB

 RED value IS 58 (23.05% from 255) = 13.94%

 GREEN value IS 152 (59.77% from 255) = 36.54%

 BLUE value IS 206 (80.86% from 255) = 49.52%

R = 13.94%
G = 36.54%
B = 49.52%

CMYK

 C value IS 0.72

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3A98CE (or 0x3A98CE) is known color: Curious Blue. HEX triplet: 3A, 98 and CE. RGB value is (58,152,206). Sum of RGB (Red+Green+Blue) = 58+152+206=416 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.94% from 416); Green value is 152 (59.77% from 255 or 36.54% from 416); Blue value is 206 (80.86% from 255 or 49.52% from 416); Max value from RGB is 206 - color contains mainly: blue. Hex color #3A98CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A98CE is #C56731. Grayscale: #818181. Windows color (decimal): -12937010 or 13539386. OLE color: 13539386.

HSL color Cylindrical-coordinate representation of color #3A98CE: hue angle of 201.89º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A98CE is Cyan = 0.72, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 58 152 206 -
CMYK 0.72 0.26 0 0.19
HSL 201.89º 0.6% 0.52% -
HSV(B) 201.89º 0.72% 0.81% -
XYZ 24.11 27.81 62.49 -
YUV 130.05 170.86 76.61 -
System Red Green Blue C M Y K H S L
Decimal 58 152 206 0.72 0.26 0 0.19 201.89 0.6 0.52
Hex 3A 98 CE 48 1A 0 13 CA 3C 34
Octal 72 230 316 110 32 0 23 312 74 64
Binary 111010 10011000 11001110 1001000 11010 0 10011 11001010 111100 110100

Color Harmonies of #3A98CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A98CE

Black with #3A98CE

Text Example


Text Example

White with #3A98CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A98CE; }

 p { color: rgb(58,152,206); }

 H1.HeaderClassName
 {
   color: #3A98CE;
 }
 .AnyTagClassName
 {
   color: #3A98CE;
 }
</style>

background-color css

<style>
 a { background-color: #3A98CE; }

 a { background-color: rgb(58,152,206); }

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

border-color css

<style>
 span { border-color: #3A98CE; }

 span { border-color: rgb(58,152,206); }

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