Html Css Color HEX #2A38BC Persian Blue

📋 copy color: '#2A38BC'

red 42 ◦ green 56 ◦ blue 188

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

Shades of Persian Blue #2A38BC

Tints of Persian Blue #2A38BC

RGB

 RED value IS 42 (16.8% from 255) = 14.69%

 GREEN value IS 56 (22.27% from 255) = 19.58%

 BLUE value IS 188 (73.83% from 255) = 65.73%

R = 14.69%
G = 19.58%
B = 65.73%

CMYK

 C value IS 0.78

 M value IS 0.70

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2A38BC (or 0x2A38BC) is known color: Persian Blue. HEX triplet: 2A, 38 and BC. RGB value is (42,56,188). Sum of RGB (Red+Green+Blue) = 42+56+188=286 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.69% from 286); Green value is 56 (22.27% from 255 or 19.58% from 286); Blue value is 188 (73.83% from 255 or 65.73% from 286); Max value from RGB is 188 - color contains mainly: blue. Hex color #2A38BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A38BC is #D5C743. Grayscale: #424242. Windows color (decimal): -14010180 or 12335146. OLE color: 12335146.

HSL color Cylindrical-coordinate representation of color #2A38BC: hue angle of 234.25º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A38BC is Cyan = 0.78, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 42 56 188 -
CMYK 0.78 0.70 0 0.26
HSL 234.25º 0.63% 0.45% -
HSV(B) 234.25º 0.78% 0.74% -
XYZ 11.45 6.95 48.32 -
YUV 66.86 196.36 110.27 -
System Red Green Blue C M Y K H S L
Decimal 42 56 188 0.78 0.70 0 0.26 234.25 0.63 0.45
Hex 2A 38 BC 4E 46 0 1A EA 3F 2D
Octal 52 70 274 116 106 0 32 352 77 55
Binary 101010 111000 10111100 1001110 1000110 0 11010 11101010 111111 101101

Color Harmonies of #2A38BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A38BC

Black with #2A38BC

Text Example


Text Example

White with #2A38BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2A38BC; }

 p { color: rgb(42,56,188); }

 H1.HeaderClassName
 {
   color: #2A38BC;
 }
 .AnyTagClassName
 {
   color: #2A38BC;
 }
</style>

background-color css

<style>
 a { background-color: #2A38BC; }

 a { background-color: rgb(42,56,188); }

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

border-color css

<style>
 span { border-color: #2A38BC; }

 span { border-color: rgb(42,56,188); }

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