Html Css Color HEX #2438CC Persian Blue

📋 copy color: '#2438CC'

red 36 ◦ green 56 ◦ blue 204

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

Shades of Persian Blue #2438CC

Tints of Persian Blue #2438CC

RGB

 RED value IS 36 (14.45% from 255) = 12.16%

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

 BLUE value IS 204 (80.08% from 255) = 68.92%

R = 12.16%
G = 18.92%
B = 68.92%

CMYK

 C value IS 0.82

 M value IS 0.73

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2438CC (or 0x2438CC) is known color: Persian Blue. HEX triplet: 24, 38 and CC. RGB value is (36,56,204). Sum of RGB (Red+Green+Blue) = 36+56+204=296 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.16% from 296); Green value is 56 (22.27% from 255 or 18.92% from 296); Blue value is 204 (80.08% from 255 or 68.92% from 296); Max value from RGB is 204 - color contains mainly: blue. Hex color #2438CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2438CC is #DBC733. Grayscale: #424242. Windows color (decimal): -14403380 or 13383716. OLE color: 13383716.

HSL color Cylindrical-coordinate representation of color #2438CC: hue angle of 232.86º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2438CC is Cyan = 0.82, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 36 56 204 -
CMYK 0.82 0.73 0 0.2
HSL 232.86º 0.7% 0.47% -
HSV(B) 232.86º 0.82% 0.8% -
XYZ 13.04 7.56 57.9 -
YUV 66.89 205.37 105.97 -
System Red Green Blue C M Y K H S L
Decimal 36 56 204 0.82 0.73 0 0.2 232.86 0.7 0.47
Hex 24 38 CC 52 49 0 14 E9 46 2F
Octal 44 70 314 122 111 0 24 351 106 57
Binary 100100 111000 11001100 1010010 1001001 0 10100 11101001 1000110 101111

Color Harmonies of #2438CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2438CC

Black with #2438CC

Text Example


Text Example

White with #2438CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2438CC; }

 p { color: rgb(36,56,204); }

 H1.HeaderClassName
 {
   color: #2438CC;
 }
 .AnyTagClassName
 {
   color: #2438CC;
 }
</style>

background-color css

<style>
 a { background-color: #2438CC; }

 a { background-color: rgb(36,56,204); }

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

border-color css

<style>
 span { border-color: #2438CC; }

 span { border-color: rgb(36,56,204); }

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