Html Css Color HEX #3034CB Persian Blue

📋 copy color: '#3034CB'

red 48 ◦ green 52 ◦ blue 203

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

Shades of Persian Blue #3034CB

Tints of Persian Blue #3034CB

RGB

 RED value IS 48 (19.14% from 255) = 15.84%

 GREEN value IS 52 (20.7% from 255) = 17.16%

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

R = 15.84%
G = 17.16%
B = 67%

CMYK

 C value IS 0.76

 M value IS 0.74

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3034CB (or 0x3034CB) is known color: Persian Blue. HEX triplet: 30, 34 and CB. RGB value is (48,52,203). Sum of RGB (Red+Green+Blue) = 48+52+203=303 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.84% from 303); Green value is 52 (20.70% from 255 or 17.16% from 303); Blue value is 203 (79.69% from 255 or 67.00% from 303); Max value from RGB is 203 - color contains mainly: blue. Hex color #3034CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3034CB is #CFCB34. Grayscale: #434343. Windows color (decimal): -13617973 or 13317168. OLE color: 13317168.

HSL color Cylindrical-coordinate representation of color #3034CB: hue angle of 238.45º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3034CB is Cyan = 0.76, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 48 52 203 -
CMYK 0.76 0.74 0 0.20
HSL 238.45º 0.62% 0.49% -
HSV(B) 238.45º 0.76% 0.8% -
XYZ 13.23 7.4 57.23 -
YUV 68.02 204.17 113.72 -
System Red Green Blue C M Y K H S L
Decimal 48 52 203 0.76 0.74 0 0.20 238.45 0.62 0.49
Hex 30 34 CB 4C 4A 0 14 EE 3E 31
Octal 60 64 313 114 112 0 24 356 76 61
Binary 110000 110100 11001011 1001100 1001010 0 10100 11101110 111110 110001

Color Harmonies of #3034CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3034CB

Black with #3034CB

Text Example


Text Example

White with #3034CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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