Html Css Color HEX #2330B2 Persian Blue

📋 copy color: '#2330B2'

red 35 ◦ green 48 ◦ blue 178

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

Shades of Persian Blue #2330B2

Tints of Persian Blue #2330B2

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.39%

 BLUE value IS 178 (69.92% from 255) = 68.2%

R = 13.41%
G = 18.39%
B = 68.2%

CMYK

 C value IS 0.80

 M value IS 0.73

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#2330B2 (or 0x2330B2) is known color: Persian Blue. HEX triplet: 23, 30 and B2. RGB value is (35,48,178). Sum of RGB (Red+Green+Blue) = 35+48+178=261 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.41% from 261); Green value is 48 (19.14% from 255 or 18.39% from 261); Blue value is 178 (69.92% from 255 or 68.20% from 261); Max value from RGB is 178 - color contains mainly: blue. Hex color #2330B2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2330B2 is #DCCF4D. Grayscale: #3A3A3A. Windows color (decimal): -14470990 or 11677731. OLE color: 11677731.

HSL color Cylindrical-coordinate representation of color #2330B2: hue angle of 234.55º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2330B2 is Cyan = 0.80, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 35 48 178 -
CMYK 0.80 0.73 0 0.30
HSL 234.55º 0.67% 0.42% -
HSV(B) 234.55º 0.8% 0.7% -
XYZ 9.79 5.69 42.7 -
YUV 58.93 195.19 110.93 -
System Red Green Blue C M Y K H S L
Decimal 35 48 178 0.80 0.73 0 0.30 234.55 0.67 0.42
Hex 23 30 B2 50 49 0 1E EB 43 2A
Octal 43 60 262 120 111 0 36 353 103 52
Binary 100011 110000 10110010 1010000 1001001 0 11110 11101011 1000011 101010

Color Harmonies of #2330B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2330B2

Black with #2330B2

Text Example


Text Example

White with #2330B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2330B2; }

 p { color: rgb(35,48,178); }

 H1.HeaderClassName
 {
   color: #2330B2;
 }
 .AnyTagClassName
 {
   color: #2330B2;
 }
</style>

background-color css

<style>
 a { background-color: #2330B2; }

 a { background-color: rgb(35,48,178); }

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

border-color css

<style>
 span { border-color: #2330B2; }

 span { border-color: rgb(35,48,178); }

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