Html Css Color HEX #332BCF Persian Blue

📋 copy color: '#332BCF'

red 51 ◦ green 43 ◦ blue 207

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

Shades of Persian Blue #332BCF

Tints of Persian Blue #332BCF

RGB

 RED value IS 51 (20.31% from 255) = 16.94%

 GREEN value IS 43 (17.19% from 255) = 14.29%

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

R = 16.94%
G = 14.29%
B = 68.77%

CMYK

 C value IS 0.75

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#332BCF (or 0x332BCF) is known color: Persian Blue. HEX triplet: 33, 2B and CF. RGB value is (51,43,207). Sum of RGB (Red+Green+Blue) = 51+43+207=301 (39% of max value = 765). Red value is 51 (20.31% from 255 or 16.94% from 301); Green value is 43 (17.19% from 255 or 14.29% from 301); Blue value is 207 (81.25% from 255 or 68.77% from 301); Max value from RGB is 207 - color contains mainly: blue. Hex color #332BCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #332BCF is #CCD430. Grayscale: #3F3F3F. Windows color (decimal): -13423665 or 13577011. OLE color: 13577011.

HSL color Cylindrical-coordinate representation of color #332BCF: hue angle of 242.93º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #332BCF is Cyan = 0.75, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 51 43 207 -
CMYK 0.75 0.79 0 0.19
HSL 242.93º 0.66% 0.49% -
HSV(B) 242.93º 0.79% 0.81% -
XYZ 13.49 6.94 59.66 -
YUV 64.09 208.65 118.66 -
System Red Green Blue C M Y K H S L
Decimal 51 43 207 0.75 0.79 0 0.19 242.93 0.66 0.49
Hex 33 2B CF 4B 4F 0 13 F3 42 31
Octal 63 53 317 113 117 0 23 363 102 61
Binary 110011 101011 11001111 1001011 1001111 0 10011 11110011 1000010 110001

Color Harmonies of #332BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332BCF

Black with #332BCF

Text Example


Text Example

White with #332BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332BCF; }

 p { color: rgb(51,43,207); }

 H1.HeaderClassName
 {
   color: #332BCF;
 }
 .AnyTagClassName
 {
   color: #332BCF;
 }
</style>

background-color css

<style>
 a { background-color: #332BCF; }

 a { background-color: rgb(51,43,207); }

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

border-color css

<style>
 span { border-color: #332BCF; }

 span { border-color: rgb(51,43,207); }

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