Html Css Color HEX #358CCB Curious Blue

📋 copy color: '#358CCB'

red 53 ◦ green 140 ◦ blue 203

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

Shades of Curious Blue #358CCB

Tints of Curious Blue #358CCB

RGB

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

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

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

R = 13.38%
G = 35.35%
B = 51.26%

CMYK

 C value IS 0.74

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#358CCB (or 0x358CCB) is known color: Curious Blue. HEX triplet: 35, 8C and CB. RGB value is (53,140,203). Sum of RGB (Red+Green+Blue) = 53+140+203=396 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.38% from 396); Green value is 140 (55.08% from 255 or 35.35% from 396); Blue value is 203 (79.69% from 255 or 51.26% from 396); Max value from RGB is 203 - color contains mainly: blue. Hex color #358CCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #358CCB is #CA7334. Grayscale: #787878. Windows color (decimal): -13267765 or 13339701. OLE color: 13339701.

HSL color Cylindrical-coordinate representation of color #358CCB: hue angle of 205.2º 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 #358CCB is Cyan = 0.74, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 53 140 203 -
CMYK 0.74 0.31 0 0.20
HSL 205.2º 0.59% 0.5% -
HSV(B) 205.2º 0.74% 0.8% -
XYZ 21.63 23.82 59.96 -
YUV 121.17 174.18 79.38 -
System Red Green Blue C M Y K H S L
Decimal 53 140 203 0.74 0.31 0 0.20 205.2 0.59 0.5
Hex 35 8C CB 4A 1F 0 14 CD 3B 32
Octal 65 214 313 112 37 0 24 315 73 62
Binary 110101 10001100 11001011 1001010 11111 0 10100 11001101 111011 110010

Color Harmonies of #358CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358CCB

Black with #358CCB

Text Example


Text Example

White with #358CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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