Html Css Color HEX #2330CF Persian Blue

📋 copy color: '#2330CF'

red 35 ◦ green 48 ◦ blue 207

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

Shades of Persian Blue #2330CF

Tints of Persian Blue #2330CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 71.38%

R = 12.07%
G = 16.55%
B = 71.38%

CMYK

 C value IS 0.83

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2330CF (or 0x2330CF) is known color: Persian Blue. HEX triplet: 23, 30 and CF. RGB value is (35,48,207). Sum of RGB (Red+Green+Blue) = 35+48+207=290 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.07% from 290); Green value is 48 (19.14% from 255 or 16.55% from 290); Blue value is 207 (81.25% from 255 or 71.38% from 290); Max value from RGB is 207 - color contains mainly: blue. Hex color #2330CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2330CF is #DCCF30. Grayscale: #3D3D3D. Windows color (decimal): -14470961 or 13578275. OLE color: 13578275.

HSL color Cylindrical-coordinate representation of color #2330CF: hue angle of 235.47º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2330CF is Cyan = 0.83, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 35 48 207 -
CMYK 0.83 0.77 0 0.19
HSL 235.47º 0.71% 0.47% -
HSV(B) 235.47º 0.83% 0.81% -
XYZ 13.01 6.98 59.69 -
YUV 62.24 209.69 108.57 -
System Red Green Blue C M Y K H S L
Decimal 35 48 207 0.83 0.77 0 0.19 235.47 0.71 0.47
Hex 23 30 CF 53 4D 0 13 EB 47 2F
Octal 43 60 317 123 115 0 23 353 107 57
Binary 100011 110000 11001111 1010011 1001101 0 10011 11101011 1000111 101111

Color Harmonies of #2330CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2330CF

Black with #2330CF

Text Example


Text Example

White with #2330CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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