Html Css Color HEX #2330CB Persian Blue

📋 copy color: '#2330CB'

red 35 ◦ green 48 ◦ blue 203

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

Shades of Persian Blue #2330CB

Tints of Persian Blue #2330CB

RGB

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

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

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

R = 12.24%
G = 16.78%
B = 70.98%

CMYK

 C value IS 0.83

 M value IS 0.76

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2330CB (or 0x2330CB) is known color: Persian Blue. HEX triplet: 23, 30 and CB. RGB value is (35,48,203). Sum of RGB (Red+Green+Blue) = 35+48+203=286 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.24% from 286); Green value is 48 (19.14% from 255 or 16.78% from 286); Blue value is 203 (79.69% from 255 or 70.98% from 286); Max value from RGB is 203 - color contains mainly: blue. Hex color #2330CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2330CB is #DCCF34. Grayscale: #3D3D3D. Windows color (decimal): -14470965 or 13316131. OLE color: 13316131.

HSL color Cylindrical-coordinate representation of color #2330CB: hue angle of 235.36º 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 #2330CB is Cyan = 0.83, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 35 48 203 -
CMYK 0.83 0.76 0 0.20
HSL 235.36º 0.71% 0.47% -
HSV(B) 235.36º 0.83% 0.8% -
XYZ 12.53 6.78 57.15 -
YUV 61.78 207.69 108.9 -
System Red Green Blue C M Y K H S L
Decimal 35 48 203 0.83 0.76 0 0.20 235.36 0.71 0.47
Hex 23 30 CB 53 4C 0 14 EB 47 2F
Octal 43 60 313 123 114 0 24 353 107 57
Binary 100011 110000 11001011 1010011 1001100 0 10100 11101011 1000111 101111

Color Harmonies of #2330CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2330CB

Black with #2330CB

Text Example


Text Example

White with #2330CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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