Html Css Color HEX #233ACB Persian Blue

📋 copy color: '#233ACB'

red 35 ◦ green 58 ◦ blue 203

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

Shades of Persian Blue #233ACB

Tints of Persian Blue #233ACB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.59%

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

R = 11.82%
G = 19.59%
B = 68.58%

CMYK

 C value IS 0.83

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#233ACB (or 0x233ACB) is known color: Persian Blue. HEX triplet: 23, 3A and CB. RGB value is (35,58,203). Sum of RGB (Red+Green+Blue) = 35+58+203=296 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.82% from 296); Green value is 58 (23.05% from 255 or 19.59% from 296); Blue value is 203 (79.69% from 255 or 68.58% from 296); Max value from RGB is 203 - color contains mainly: blue. Hex color #233ACB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #233ACB is #DCC534. Grayscale: #434343. Windows color (decimal): -14468405 or 13318691. OLE color: 13318691.

HSL color Cylindrical-coordinate representation of color #233ACB: hue angle of 231.79º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #233ACB is Cyan = 0.83, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 35 58 203 -
CMYK 0.83 0.71 0 0.20
HSL 231.79º 0.71% 0.47% -
HSV(B) 231.79º 0.83% 0.8% -
XYZ 12.99 7.7 57.3 -
YUV 67.65 204.38 104.71 -
System Red Green Blue C M Y K H S L
Decimal 35 58 203 0.83 0.71 0 0.20 231.79 0.71 0.47
Hex 23 3A CB 53 47 0 14 E8 47 2F
Octal 43 72 313 123 107 0 24 350 107 57
Binary 100011 111010 11001011 1010011 1000111 0 10100 11101000 1000111 101111

Color Harmonies of #233ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233ACB

Black with #233ACB

Text Example


Text Example

White with #233ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,58,203); }

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

background-color css

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

 a { background-color: rgb(35,58,203); }

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

border-color css

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

 span { border-color: rgb(35,58,203); }

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