Html Css Color HEX #30425D Catalina Blue

📋 copy color: '#30425D'

red 48 ◦ green 66 ◦ blue 93

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

Shades of Catalina Blue #30425D

Tints of Catalina Blue #30425D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 31.88%

 BLUE value IS 93 (36.72% from 255) = 44.93%

R = 23.19%
G = 31.88%
B = 44.93%

CMYK

 C value IS 0.48

 M value IS 0.29

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#30425D (or 0x30425D) is known color: Catalina Blue. HEX triplet: 30, 42 and 5D. RGB value is (48,66,93). Sum of RGB (Red+Green+Blue) = 48+66+93=207 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.19% from 207); Green value is 66 (26.17% from 255 or 31.88% from 207); Blue value is 93 (36.72% from 255 or 44.93% from 207); Max value from RGB is 93 - color contains mainly: blue. Hex color #30425D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30425D is #CFBDA2. Grayscale: #3F3F3F. Windows color (decimal): -13614499 or 6111792. OLE color: 6111792.

HSL color Cylindrical-coordinate representation of color #30425D: hue angle of 216º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #30425D is Cyan = 0.48, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 48 66 93 -
CMYK 0.48 0.29 0 0.64
HSL 216º 0.32% 0.28% -
HSV(B) 216º 0.48% 0.36% -
XYZ 5.14 5.32 11.11 -
YUV 63.7 144.54 116.8 -
System Red Green Blue C M Y K H S L
Decimal 48 66 93 0.48 0.29 0 0.64 216 0.32 0.28
Hex 30 42 5D 30 1D 0 40 D8 20 1C
Octal 60 102 135 60 35 0 100 330 40 34
Binary 110000 1000010 1011101 110000 11101 0 1000000 11011000 100000 11100

Color Harmonies of #30425D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30425D

Black with #30425D

Text Example


Text Example

White with #30425D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30425D; }

 p { color: rgb(48,66,93); }

 H1.HeaderClassName
 {
   color: #30425D;
 }
 .AnyTagClassName
 {
   color: #30425D;
 }
</style>

background-color css

<style>
 a { background-color: #30425D; }

 a { background-color: rgb(48,66,93); }

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

border-color css

<style>
 span { border-color: #30425D; }

 span { border-color: rgb(48,66,93); }

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