Html Css Color HEX #308ACC Curious Blue

📋 copy color: '#308ACC'

red 48 ◦ green 138 ◦ blue 204

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

Shades of Curious Blue #308ACC

Tints of Curious Blue #308ACC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.38%

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

R = 12.31%
G = 35.38%
B = 52.31%

CMYK

 C value IS 0.76

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#308ACC (or 0x308ACC) is known color: Curious Blue. HEX triplet: 30, 8A and CC. RGB value is (48,138,204). Sum of RGB (Red+Green+Blue) = 48+138+204=390 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.31% from 390); Green value is 138 (54.30% from 255 or 35.38% from 390); Blue value is 204 (80.08% from 255 or 52.31% from 390); Max value from RGB is 204 - color contains mainly: blue. Hex color #308ACC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308ACC is #CF7533. Grayscale: #767676. Windows color (decimal): -13595956 or 13404720. OLE color: 13404720.

HSL color Cylindrical-coordinate representation of color #308ACC: hue angle of 205.38º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #308ACC is Cyan = 0.76, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 48 138 204 -
CMYK 0.76 0.32 0 0.2
HSL 205.38º 0.62% 0.49% -
HSV(B) 205.38º 0.76% 0.8% -
XYZ 21.21 23.16 60.48 -
YUV 118.61 176.18 77.63 -
System Red Green Blue C M Y K H S L
Decimal 48 138 204 0.76 0.32 0 0.2 205.38 0.62 0.49
Hex 30 8A CC 4C 20 0 14 CD 3E 31
Octal 60 212 314 114 40 0 24 315 76 61
Binary 110000 10001010 11001100 1001100 100000 0 10100 11001101 111110 110001

Color Harmonies of #308ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308ACC

Black with #308ACC

Text Example


Text Example

White with #308ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308ACC; }

 p { color: rgb(48,138,204); }

 H1.HeaderClassName
 {
   color: #308ACC;
 }
 .AnyTagClassName
 {
   color: #308ACC;
 }
</style>

background-color css

<style>
 a { background-color: #308ACC; }

 a { background-color: rgb(48,138,204); }

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

border-color css

<style>
 span { border-color: #308ACC; }

 span { border-color: rgb(48,138,204); }

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