Html Css Color HEX #358EBD Curious Blue

📋 copy color: '#358EBD'

red 53 ◦ green 142 ◦ blue 189

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

Shades of Curious Blue #358EBD

Tints of Curious Blue #358EBD

RGB

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

 GREEN value IS 142 (55.86% from 255) = 36.98%

 BLUE value IS 189 (74.22% from 255) = 49.22%

R = 13.8%
G = 36.98%
B = 49.22%

CMYK

 C value IS 0.72

 M value IS 0.25

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#358EBD (or 0x358EBD) is known color: Curious Blue. HEX triplet: 35, 8E and BD. RGB value is (53,142,189). Sum of RGB (Red+Green+Blue) = 53+142+189=384 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.80% from 384); Green value is 142 (55.86% from 255 or 36.98% from 384); Blue value is 189 (74.22% from 255 or 49.22% from 384); Max value from RGB is 189 - color contains mainly: blue. Hex color #358EBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #358EBD is #CA7142. Grayscale: #787878. Windows color (decimal): -13267267 or 12422709. OLE color: 12422709.

HSL color Cylindrical-coordinate representation of color #358EBD: hue angle of 200.74º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #358EBD is Cyan = 0.72, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 53 142 189 -
CMYK 0.72 0.25 0 0.26
HSL 200.74º 0.56% 0.47% -
HSV(B) 200.74º 0.72% 0.74% -
XYZ 20.33 23.78 51.66 -
YUV 120.75 166.51 79.68 -
System Red Green Blue C M Y K H S L
Decimal 53 142 189 0.72 0.25 0 0.26 200.74 0.56 0.47
Hex 35 8E BD 48 19 0 1A C9 38 2F
Octal 65 216 275 110 31 0 32 311 70 57
Binary 110101 10001110 10111101 1001000 11001 0 11010 11001001 111000 101111

Color Harmonies of #358EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358EBD

Black with #358EBD

Text Example


Text Example

White with #358EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358EBD; }

 p { color: rgb(53,142,189); }

 H1.HeaderClassName
 {
   color: #358EBD;
 }
 .AnyTagClassName
 {
   color: #358EBD;
 }
</style>

background-color css

<style>
 a { background-color: #358EBD; }

 a { background-color: rgb(53,142,189); }

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

border-color css

<style>
 span { border-color: #358EBD; }

 span { border-color: rgb(53,142,189); }

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