Html Css Color HEX #358CBB Curious Blue

📋 copy color: '#358CBB'

red 53 ◦ green 140 ◦ blue 187

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

Shades of Curious Blue #358CBB

Tints of Curious Blue #358CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 49.21%

R = 13.95%
G = 36.84%
B = 49.21%

CMYK

 C value IS 0.72

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#358CBB (or 0x358CBB) is known color: Curious Blue. HEX triplet: 35, 8C and BB. RGB value is (53,140,187). Sum of RGB (Red+Green+Blue) = 53+140+187=380 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.95% from 380); Green value is 140 (55.08% from 255 or 36.84% from 380); Blue value is 187 (73.44% from 255 or 49.21% from 380); Max value from RGB is 187 - color contains mainly: blue. Hex color #358CBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #358CBB is #CA7344. Grayscale: #777777. Windows color (decimal): -13267781 or 12291125. OLE color: 12291125.

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

Color convert

RGB 53 140 187 -
CMYK 0.72 0.25 0 0.27
HSL 201.04º 0.56% 0.47% -
HSV(B) 201.04º 0.72% 0.73% -
XYZ 19.82 23.1 50.43 -
YUV 119.35 166.18 80.68 -
System Red Green Blue C M Y K H S L
Decimal 53 140 187 0.72 0.25 0 0.27 201.04 0.56 0.47
Hex 35 8C BB 48 19 0 1B C9 38 2F
Octal 65 214 273 110 31 0 33 311 70 57
Binary 110101 10001100 10111011 1001000 11001 0 11011 11001001 111000 101111

Color Harmonies of #358CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358CBB

Black with #358CBB

Text Example


Text Example

White with #358CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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