Html Css Color HEX #30387D Torea Bay

📋 copy color: '#30387D'

red 48 ◦ green 56 ◦ blue 125

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

Shades of Torea Bay #30387D

Tints of Torea Bay #30387D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 54.59%

R = 20.96%
G = 24.45%
B = 54.59%

CMYK

 C value IS 0.62

 M value IS 0.55

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#30387D (or 0x30387D) is known color: Torea Bay. HEX triplet: 30, 38 and 7D. RGB value is (48,56,125). Sum of RGB (Red+Green+Blue) = 48+56+125=229 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.96% from 229); Green value is 56 (22.27% from 255 or 24.45% from 229); Blue value is 125 (49.22% from 255 or 54.59% from 229); Max value from RGB is 125 - color contains mainly: blue. Hex color #30387D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30387D is #CFC782. Grayscale: #3D3D3D. Windows color (decimal): -13617027 or 8206384. OLE color: 8206384.

HSL color Cylindrical-coordinate representation of color #30387D: hue angle of 233.77º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #30387D is Cyan = 0.62, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 48 56 125 -
CMYK 0.62 0.55 0 0.51
HSL 233.77º 0.45% 0.34% -
HSV(B) 233.77º 0.62% 0.49% -
XYZ 6.33 4.94 20.02 -
YUV 61.47 163.85 118.39 -
System Red Green Blue C M Y K H S L
Decimal 48 56 125 0.62 0.55 0 0.51 233.77 0.45 0.34
Hex 30 38 7D 3E 37 0 33 EA 2D 22
Octal 60 70 175 76 67 0 63 352 55 42
Binary 110000 111000 1111101 111110 110111 0 110011 11101010 101101 100010

Color Harmonies of #30387D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30387D

Black with #30387D

Text Example


Text Example

White with #30387D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,56,125); }

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

background-color css

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

 a { background-color: rgb(48,56,125); }

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

border-color css

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

 span { border-color: rgb(48,56,125); }

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