Html Css Color HEX #233BEB Persian Blue

📋 copy color: '#233BEB'

red 35 ◦ green 59 ◦ blue 235

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

Shades of Persian Blue #233BEB

Tints of Persian Blue #233BEB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.93%

 BLUE value IS 235 (92.19% from 255) = 71.43%

R = 10.64%
G = 17.93%
B = 71.43%

CMYK

 C value IS 0.85

 M value IS 0.75

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#233BEB (or 0x233BEB) is known color: Persian Blue. HEX triplet: 23, 3B and EB. RGB value is (35,59,235). Sum of RGB (Red+Green+Blue) = 35+59+235=329 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.64% from 329); Green value is 59 (23.44% from 255 or 17.93% from 329); Blue value is 235 (92.19% from 255 or 71.43% from 329); Max value from RGB is 235 - color contains mainly: blue. Hex color #233BEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #233BEB is #DCC414. Grayscale: #474747. Windows color (decimal): -14468117 or 15416099. OLE color: 15416099.

HSL color Cylindrical-coordinate representation of color #233BEB: hue angle of 232.8º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #233BEB is Cyan = 0.85, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 35 59 235 -
CMYK 0.85 0.75 0 0.08
HSL 232.8º 0.83% 0.53% -
HSV(B) 232.8º 0.85% 0.92% -
XYZ 17.25 9.48 79.52 -
YUV 71.89 220.05 101.69 -
System Red Green Blue C M Y K H S L
Decimal 35 59 235 0.85 0.75 0 0.08 232.8 0.83 0.53
Hex 23 3B EB 55 4B 0 8 E9 53 35
Octal 43 73 353 125 113 0 10 351 123 65
Binary 100011 111011 11101011 1010101 1001011 0 1000 11101001 1010011 110101

Color Harmonies of #233BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233BEB

Black with #233BEB

Text Example


Text Example

White with #233BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #233BEB; }

 p { color: rgb(35,59,235); }

 H1.HeaderClassName
 {
   color: #233BEB;
 }
 .AnyTagClassName
 {
   color: #233BEB;
 }
</style>

background-color css

<style>
 a { background-color: #233BEB; }

 a { background-color: rgb(35,59,235); }

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

border-color css

<style>
 span { border-color: #233BEB; }

 span { border-color: rgb(35,59,235); }

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