Html Css Color HEX #3598CB Curious Blue

📋 copy color: '#3598CB'

red 53 ◦ green 152 ◦ blue 203

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

Shades of Curious Blue #3598CB

Tints of Curious Blue #3598CB

RGB

 RED value IS 53 (21.09% from 255) = 12.99%

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

 BLUE value IS 203 (79.69% from 255) = 49.75%

R = 12.99%
G = 37.25%
B = 49.75%

CMYK

 C value IS 0.74

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3598CB (or 0x3598CB) is known color: Curious Blue. HEX triplet: 35, 98 and CB. RGB value is (53,152,203). Sum of RGB (Red+Green+Blue) = 53+152+203=408 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.99% from 408); Green value is 152 (59.77% from 255 or 37.25% from 408); Blue value is 203 (79.69% from 255 or 49.75% from 408); Max value from RGB is 203 - color contains mainly: blue. Hex color #3598CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3598CB is #CA6734. Grayscale: #7F7F7F. Windows color (decimal): -13264693 or 13342773. OLE color: 13342773.

HSL color Cylindrical-coordinate representation of color #3598CB: hue angle of 200.4º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3598CB is Cyan = 0.74, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 53 152 203 -
CMYK 0.74 0.25 0 0.20
HSL 200.4º 0.59% 0.5% -
HSV(B) 200.4º 0.74% 0.8% -
XYZ 23.48 27.53 60.58 -
YUV 128.21 170.2 74.35 -
System Red Green Blue C M Y K H S L
Decimal 53 152 203 0.74 0.25 0 0.20 200.4 0.59 0.5
Hex 35 98 CB 4A 19 0 14 C8 3B 32
Octal 65 230 313 112 31 0 24 310 73 62
Binary 110101 10011000 11001011 1001010 11001 0 10100 11001000 111011 110010

Color Harmonies of #3598CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3598CB

Black with #3598CB

Text Example


Text Example

White with #3598CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3598CB; }

 p { color: rgb(53,152,203); }

 H1.HeaderClassName
 {
   color: #3598CB;
 }
 .AnyTagClassName
 {
   color: #3598CB;
 }
</style>

background-color css

<style>
 a { background-color: #3598CB; }

 a { background-color: rgb(53,152,203); }

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

border-color css

<style>
 span { border-color: #3598CB; }

 span { border-color: rgb(53,152,203); }

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