Html Css Color HEX #2335BC Persian Blue

📋 copy color: '#2335BC'

red 35 ◦ green 53 ◦ blue 188

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

Shades of Persian Blue #2335BC

Tints of Persian Blue #2335BC

RGB

 RED value IS 35 (14.06% from 255) = 12.68%

 GREEN value IS 53 (21.09% from 255) = 19.2%

 BLUE value IS 188 (73.83% from 255) = 68.12%

R = 12.68%
G = 19.2%
B = 68.12%

CMYK

 C value IS 0.81

 M value IS 0.72

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2335BC (or 0x2335BC) is known color: Persian Blue. HEX triplet: 23, 35 and BC. RGB value is (35,53,188). Sum of RGB (Red+Green+Blue) = 35+53+188=276 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.68% from 276); Green value is 53 (21.09% from 255 or 19.20% from 276); Blue value is 188 (73.83% from 255 or 68.12% from 276); Max value from RGB is 188 - color contains mainly: blue. Hex color #2335BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2335BC is #DCCA43. Grayscale: #3E3E3E. Windows color (decimal): -14469700 or 12334371. OLE color: 12334371.

HSL color Cylindrical-coordinate representation of color #2335BC: hue angle of 232.94º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2335BC is Cyan = 0.81, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 35 53 188 -
CMYK 0.81 0.72 0 0.26
HSL 232.94º 0.69% 0.44% -
HSV(B) 232.94º 0.81% 0.74% -
XYZ 11.04 6.53 48.26 -
YUV 63.01 198.54 108.02 -
System Red Green Blue C M Y K H S L
Decimal 35 53 188 0.81 0.72 0 0.26 232.94 0.69 0.44
Hex 23 35 BC 51 48 0 1A E9 45 2C
Octal 43 65 274 121 110 0 32 351 105 54
Binary 100011 110101 10111100 1010001 1001000 0 11010 11101001 1000101 101100

Color Harmonies of #2335BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2335BC

Black with #2335BC

Text Example


Text Example

White with #2335BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2335BC; }

 p { color: rgb(35,53,188); }

 H1.HeaderClassName
 {
   color: #2335BC;
 }
 .AnyTagClassName
 {
   color: #2335BC;
 }
</style>

background-color css

<style>
 a { background-color: #2335BC; }

 a { background-color: rgb(35,53,188); }

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

border-color css

<style>
 span { border-color: #2335BC; }

 span { border-color: rgb(35,53,188); }

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