Html Css Color HEX #38849A Scooter

📋 copy color: '#38849A'

red 56 ◦ green 132 ◦ blue 154

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

Shades of Scooter #38849A

Tints of Scooter #38849A

RGB

 RED value IS 56 (22.27% from 255) = 16.37%

 GREEN value IS 132 (51.95% from 255) = 38.6%

 BLUE value IS 154 (60.55% from 255) = 45.03%

R = 16.37%
G = 38.6%
B = 45.03%

CMYK

 C value IS 0.64

 M value IS 0.14

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#38849A (or 0x38849A) is known color: Scooter. HEX triplet: 38, 84 and 9A. RGB value is (56,132,154). Sum of RGB (Red+Green+Blue) = 56+132+154=342 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.37% from 342); Green value is 132 (51.95% from 255 or 38.60% from 342); Blue value is 154 (60.55% from 255 or 45.03% from 342); Max value from RGB is 154 - color contains mainly: blue. Hex color #38849A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38849A is #C77B65. Grayscale: #6F6F6F. Windows color (decimal): -13073254 or 10126392. OLE color: 10126392.

HSL color Cylindrical-coordinate representation of color #38849A: hue angle of 193.47º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #38849A is Cyan = 0.64, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 56 132 154 -
CMYK 0.64 0.14 0 0.40
HSL 193.47º 0.47% 0.41% -
HSV(B) 193.47º 0.64% 0.6% -
XYZ 15.71 19.68 33.54 -
YUV 111.78 151.82 88.21 -
System Red Green Blue C M Y K H S L
Decimal 56 132 154 0.64 0.14 0 0.40 193.47 0.47 0.41
Hex 38 84 9A 40 E 0 28 C1 2F 29
Octal 70 204 232 100 16 0 50 301 57 51
Binary 111000 10000100 10011010 1000000 1110 0 101000 11000001 101111 101001

Color Harmonies of #38849A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38849A

Black with #38849A

Text Example


Text Example

White with #38849A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38849A; }

 p { color: rgb(56,132,154); }

 H1.HeaderClassName
 {
   color: #38849A;
 }
 .AnyTagClassName
 {
   color: #38849A;
 }
</style>

background-color css

<style>
 a { background-color: #38849A; }

 a { background-color: rgb(56,132,154); }

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

border-color css

<style>
 span { border-color: #38849A; }

 span { border-color: rgb(56,132,154); }

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