Html Css Color HEX #358CBD Curious Blue

📋 copy color: '#358CBD'

red 53 ◦ green 140 ◦ blue 189

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

Shades of Curious Blue #358CBD

Tints of Curious Blue #358CBD

RGB

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

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

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

R = 13.87%
G = 36.65%
B = 49.48%

CMYK

 C value IS 0.72

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#358CBD (or 0x358CBD) is known color: Curious Blue. HEX triplet: 35, 8C and BD. RGB value is (53,140,189). Sum of RGB (Red+Green+Blue) = 53+140+189=382 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.87% from 382); Green value is 140 (55.08% from 255 or 36.65% from 382); Blue value is 189 (74.22% from 255 or 49.48% from 382); Max value from RGB is 189 - color contains mainly: blue. Hex color #358CBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #358CBD is #CA7342. Grayscale: #777777. Windows color (decimal): -13267779 or 12422197. OLE color: 12422197.

HSL color Cylindrical-coordinate representation of color #358CBD: hue angle of 201.62º 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 #358CBD is Cyan = 0.72, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 53 140 189 -
CMYK 0.72 0.26 0 0.26
HSL 201.62º 0.56% 0.47% -
HSV(B) 201.62º 0.72% 0.74% -
XYZ 20.03 23.19 51.56 -
YUV 119.57 167.18 80.52 -
System Red Green Blue C M Y K H S L
Decimal 53 140 189 0.72 0.26 0 0.26 201.62 0.56 0.47
Hex 35 8C BD 48 1A 0 1A CA 38 2F
Octal 65 214 275 110 32 0 32 312 70 57
Binary 110101 10001100 10111101 1001000 11010 0 11010 11001010 111000 101111

Color Harmonies of #358CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358CBD

Black with #358CBD

Text Example


Text Example

White with #358CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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